Courses / CSS Mastery / Introduction
CSS Introduction
CSS sahifaga rang, joylashuv va animatsiya beradi.
Maslahat: kichik bloklardan boshlang, keyin layoutga o‘ting.
Asosiy sintaksis
selector {
property: value;
}
Misol
.card {
background: #121214;
border-radius: 12px;
padding: 16px;
}
Previous Lesson
Selectors →